ChartViewportChangeType

Specifies the possible types of changes to a chart viewport.
 

Example

The following is an example of how to reference the ChartViewportChangeType object:

	// The full path is required.
	dundas.controls.ChartViewportChangeType.SCROLL
	

 

Properties

 
  Name Description
  SCROLL The chart's start and end positions were changed at the current zoom level along the axes of one dimension.
  ZOOM The chart was zoomed in along the axes of one dimension.